diff options
Diffstat (limited to 'config/waybar/configs/Simple-S [TOP]')
| -rw-r--r-- | config/waybar/configs/Simple-S [TOP] | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/config/waybar/configs/Simple-S [TOP] b/config/waybar/configs/Simple-S [TOP] new file mode 100644 index 00000000..ebeb9823 --- /dev/null +++ b/config/waybar/configs/Simple-S [TOP] @@ -0,0 +1,30 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +// ### SIMPLE -SHORT ### // + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +"position": "top", +"width": 1050, +"margin-top": 5, + +"modules-left": [ + "clock", + "custom/weather", + ], + +"modules-center": [ + "hyprland/workspaces#2" + ], + +"modules-right": [ + "custom/menu", + "tray", + "network", + "bluetooth", + "backlight", + "pulseaudio", + "battery", + "custom/power"], +} |
